home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Misc
/
msql-1.0.6
/
src
/
tests
/
rtest.src
/
4.out
< prev
next >
Wrap
Text File
|
1995-01-04
|
259b
|
19 lines
Welcome to the miniSQL monitor. Type \h for help.
mSQL > ->
Query buffer
------------
insert into test (user,age,phone)values('Bambi', 26, '(075) Home_Number')
[continue]
->
ERROR : Non unique key value in field 'user'
mSQL > ->
Bye!